Version

EffectStopCollection<T> Class Members

The following tables list the members exposed by EffectStopCollection<T>.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the list.  
Public PropertyIsReadOnlyReturns whether the list is read only.  
Public PropertyItemReturns the item at the specified index.  
Public Methods
 NameDescription
Public MethodAddAdd the specified item to the collection.  
Public MethodClearClear the collection and removes all items.  
Public MethodContainsReturns whether the list contains the specified item.  
Public MethodCopyToCopies the contents of the list to a compatible 1 dimensional array.  
Public MethodIndexOfReturns the index of the specified item.  
Public MethodInsertInserts the specified item at them specified index.  
Public MethodRemoveRemoves the first occurrence of a specified object from the list.  
Public MethodRemoveAtRemoves the item at the specified index.  
Public MethodReplaceAllClears then replaces all the elements in the collection with the elements from the specified collection.  
Public MethodResumeChangeNotificationsResumes change notifications that were suspended by a call to SuspendChangeNotifications.  
Public MethodSuspendChangeNotificationsSuspends all change notifications for the collection until ResumeChangeNotifications is called.  
Public Events
 NameDescription
Public EventCollectionChangedNotifies listeners when a change is made to the colleciton  
Public EventPropertyChangedRaised when a property has changed.  
See Also